home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / usb / c67x00 / Makefile
Encoding:
Makefile  |  2008-12-24  |  206 b   |  10 lines

  1. #
  2. # Makefile for Cypress C67X00 USB Controller
  3. #
  4.  
  5. ccflags-$(CONFIG_USB_DEBUG)        += -DDEBUG
  6.  
  7. obj-$(CONFIG_USB_C67X00_HCD)        += c67x00.o
  8.  
  9. c67x00-objs := c67x00-drv.o c67x00-ll-hpi.o c67x00-hcd.o c67x00-sched.o
  10.